::-webkit-file-upload-button {
  background-color: var(--common-blue) !important;
  text-align: end !important;
  position: absolute;
  right: 0px;
  color: var(--color-white) !important;
  border-radius: 5px !important;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3) !important;
}
#file_upload {
  text-align: center;
  color: var(--color-white);
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: none;
  background: black;
  outline: none;
  display: none;
}
.sign_btn {
  cursor: pointer;
}
.profile_listing {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  text-align: center;
}
.profile_listing label {
  background-color: #f5f7fb;
  padding: 15px 25px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  position: relative;
}
.profile_listing input {
  display: none !important;
}
.remove_profile {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px !important;
  cursor: pointer;
}
#profile_add {
  background-color: var(--common-blue);
  color: var(--color-white);
  border: none;
  outline: none;
  padding: 8px 12px;
  border-radius: 0px 0px 5px 5px;
}
@media screen and (max-width: 1600px) {
  .img_igmg_per2 {
    width: 150px;
  }
}
@media screen and (max-width: 1400px) {
  .img_igmg_per2 {
    display: none !important;
  }
}
@media screen and (max-width: 568px) {
  .profile_listing {
    gap: 10px;
  }
  .profile_listing label {
    padding: 10px 20px;
    font-size: 12px;
  }
  .remove_profile {
    top: 3px;
    right: 1px;
    font-size: 14px !important;
  }
}
